Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SP2] 프로젝트 탭 디테일한 디자인 수정 #248

Merged
merged 4 commits into from
Oct 31, 2023

Conversation

solar3070
Copy link
Member

Summary

Screenshot

  • 모바일 반응형 브레이크 포인트를 피그마에 적혀 있는대로 수정하였습니다. (W899px-)

    2023-10-29.4.07.04.mov
  • 스켈레톤 UI는 아직 디자인이 없어서 임의로 구현하였습니다.

    W900px 이상 W899px 이하
    image image

@solar3070 solar3070 self-assigned this Oct 28, 2023
@@ -31,7 +33,7 @@ function Projects() {
<S.ContentWrapper>
<RecentProjectList />
<S.Spacing />
<S.SectionTitle>SOPT에서 진행된 프로젝트 둘러보기</S.SectionTitle>
<S.SectionTitle>SOPT{!isMobile && '에서 진행된'} 프로젝트 둘러보기</S.SectionTitle>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const isMobile = useIsMobile('899px');

useIsMobile 훅을 사용하고 있는데 초기값이 false였다가 true로 변하면서 텍스트가 SOPT에서 진행된 프로젝트 둘러보기에서 SOPT 프로젝트 둘러보기로 변하게 됩니다. 변함없이 처음부터 SOPT 프로젝트 둘러보기로 나오게 할 좋은 방법이 뭐가 있을까요?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. '에서 진행된'을 하나의 스타일드 컴포넌트로 감싸서, 그 친구에게 반응형을 적용하는 (display: none 먹이기) 방법도 있을 것 같습니다!
  2. useIsMobile 훅에서 초기값을 지정할 수 있도록 훅을 수정합니다!

요 두 방법이 잇을 것 같아요~~

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저는 서진이가 제안해준 2번 방법이 더 좋을 것 같아요!
다른 작업할때 말씀해주신 문제와 비슷한 문제를 겪을 가능성이 높아보여요~

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2번에 대해서 좀 더 자세히 설명해주실 수 있나요? 초기값을 어떤식으로 지정하면 좋을까요?
모바일 사이즈일 경우에만 SOPT 프로젝트 둘러보기 타이틀이 나와야 해요!

Copy link
Member

@SeojinSeojin SeojinSeojin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

꼼꼼한 작업 고마워유~~

@f0rever0
Copy link
Contributor

늦게까지 작업하느라 고생하셨습니다!
깔끔한 스켈레톤 작업까지...!! 최고입니당

@SeojinSeojin
Copy link
Member

yoger merge 해도 되나요 ..?

@SeojinSeojin SeojinSeojin force-pushed the feat/#247-project-page-detail-design branch from fbfe763 to fd70426 Compare October 31, 2023 12:27
@solar3070 solar3070 merged commit 42dd909 into develop Oct 31, 2023
2 checks passed
@solar3070 solar3070 deleted the feat/#247-project-page-detail-design branch October 31, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프로젝트 탭 디테일한 디자인 수정
3 participants